persistence/registry/winlogon-helper
rule:
meta:
name: persist via Winlogon Helper DLL registry key
namespace: persistence/registry/winlogon-helper
authors:
- 0x534a@mailbox.org
- j.j.vannielen@utwente.nl
scopes:
static: function
dynamic: call
att&ck:
- Persistence::Boot or Logon Autostart Execution::Winlogon Helper DLL [T1547.004]
references:
- https://learn.microsoft.com/en-us/previous-versions/windows/desktop/policy/creating-a-policy-callback-function
examples:
- 9ff8e68343cc29c1036650fc153e69f7:0x47f818
features:
- and:
- or:
- match: set registry value
- number: 0x80000001 = HKEY_CURRENT_USER
- number: 0x80000002 = HKEY_LOCAL_MACHINE
- string: /Software\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon/i
- or:
- string: /Notify/i
- string: /Userinit/i
- string: /Shell/i
- string: /mpnotify/i
- and:
- string: /GPExtensions/i
- string: /DllName/i
last edited: 2024-12-09 09:51:47